projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
661bbc5
)
Remove #define CONFIG_CRC32
author
Chris Packham
<
[email protected]
>
Sat, 13 Apr 2019 09:13:58 +0000
(21:13 +1200)
committer
Tom Rini
<
[email protected]
>
Fri, 10 May 2019 11:18:13 +0000
(07:18 -0400)
There is no check for CONFIG_CRC32 so the #define in image.h does
nothing. Remove it.
Reported-by: Robert P. J. Day <
[email protected]
>
Signed-off-by: Chris Packham <
[email protected]
>
Reviewed-by: Stefano Babic <
[email protected]
>
Reviewed-by: Heiko Schocher <
[email protected]
>
include/image.h
patch
|
blob
|
history
diff --git
a/include/image.h
b/include/image.h
index 54f2b58ac5220d0d64aa024512b56151a36d6eff..bfe4e0b5e7ae9242b2dce19a3943c6b7806a9f90 100644
(file)
--- a/
include/image.h
+++ b/
include/image.h
@@
-68,7
+68,6
@@
struct fdt_region;
# define IMAGE_ENABLE_SHA1 1
# endif
# else
-# define CONFIG_CRC32 /* FIT images need CRC32 support */
# define IMAGE_ENABLE_CRC32 1
# define IMAGE_ENABLE_MD5 1
# define IMAGE_ENABLE_SHA1 1